Class SatzTest
java.lang.Object
de.aoksystems.da.kernpruefung.saetze.SatzTest
- Author:
- yi00075
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest of addBaustein method, of class Satz.voidTest of addRest method, of class Satz.voidTest of getBaustein method, of class Satz.voidTest of getBaustein method, of class Satz.voidTest of getBausteinCount method, of class Satz.voidTest of getBausteine method, of class Satz.voidTest of getDefLength method, of class Satz.voidTest of getLengthMitRest method, of class Satz.voidTest of getLengthOhneRest method, of class Satz.voidTest of getName method, of class Satz.voidTest of getRest method, of class Satz.voidTest of getUsedCip method, of class Satz.voidTest of getVersion method, of class Satz.voidTest of toString method, of class Satz.
-
Constructor Details
-
SatzTest
public SatzTest()
-
-
Method Details
-
testAddBaustein
@Test public void testAddBaustein()Test of addBaustein method, of class Satz. -
testAddRest
@Test public void testAddRest()Test of addRest method, of class Satz. -
testGetBaustein_int
@Test public void testGetBaustein_int()Test of getBaustein method, of class Satz. -
testGetBaustein_String
@Test public void testGetBaustein_String()Test of getBaustein method, of class Satz. -
testGetBausteinCount
@Test public void testGetBausteinCount()Test of getBausteinCount method, of class Satz. -
testGetBausteine
@Test public void testGetBausteine()Test of getBausteine method, of class Satz. -
testGetDefLength
@Test public void testGetDefLength()Test of getDefLength method, of class Satz. -
testGetLengthOhneRest
@Test public void testGetLengthOhneRest()Test of getLengthOhneRest method, of class Satz. -
testGetLengthMitRest
@Test public void testGetLengthMitRest()Test of getLengthMitRest method, of class Satz. -
testGetName
@Test public void testGetName()Test of getName method, of class Satz. -
testGetRest
@Test public void testGetRest()Test of getRest method, of class Satz. -
testGetVersion
@Test public void testGetVersion()Test of getVersion method, of class Satz. -
testGetUsedCip
@Test public void testGetUsedCip()Test of getUsedCip method, of class Satz. -
testToString
@Test public void testToString()Test of toString method, of class Satz.
-